|
Microscopic Traffic Simulator
|
Node containing sensor. More...
Public Member Functions | |
| SensorNode (Point location, double t, Sensor sensor) | |
| Initialization of the sensor node. More... | |
Public Member Functions inherited from Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.InnerNode | |
| InnerNode (Point location, double t) | |
| Initialization of the inner node. More... | |
Properties | |
| Sensor | Sensor [get] |
| Sensor in the node. More... | |
Properties inherited from Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node | |
| Point | Location [get] |
| Location of node. More... | |
Node containing sensor.
Definition at line 11 of file SensorNode.cs.
| Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.SensorNode.SensorNode | ( | Point | location, |
| double | t, | ||
| Sensor | sensor | ||
| ) |
Initialization of the sensor node.
| location | Node location. |
| t | Value in interval (0, 1) determining location on the lane. |
| sensor | Sensor to be placed in the node. |
Definition at line 28 of file SensorNode.cs.
|
get |
Sensor in the node.
Definition at line 20 of file SensorNode.cs.